PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / load Method / load(String) Method
Path to source PDF file
In This Topic
    load(String) Method
    In This Topic
    Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
    Syntax
    public static PDFDocument load( 
       java.lang.String fileName
    )

    Parameters

    fileName
    Path to source PDF file

    Return Value

    See Also